home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1999-09-08  |  695b  |  36 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 106
  7.   ClientWidth = 278
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 20
  17.     Top = 32
  18.     Width = 237
  19.     Height = 13
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = '1'
  23.   end
  24.   object Button1: TButton
  25.     Left = 100
  26.     Top = 68
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  31.     ModalResult = 2
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35. end
  36.